libzmq: Remove uClibc++ support
authorRosen Penev <[email protected]>
Thu, 25 Jul 2019 18:31:22 +0000 (11:31 -0700)
committerRosen Penev <[email protected]>
Thu, 25 Jul 2019 19:32:16 +0000 (12:32 -0700)
commitad11587c40eccd3c3dd21a0c1a356c4daf0534ce
tree61832d1ba585f5cf22eb18f37ec51f0ce585735d
parent1caaec2b9bb162cccd01282680f450a1400afcdd
libzmq: Remove uClibc++ support

libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a
C++14 project. There's no point in using two libc++.

Cleaned up Makefile for consistency between packages.

Added nanosleep patch for platforms that are missing usleep.

Signed-off-by: Rosen Penev <[email protected]>
libs/zmq/Makefile
libs/zmq/patches/010-disable_pedantic_on_linux_with_ulibc++.patch [deleted file]
libs/zmq/patches/020-map_with_const_string_with_ublic++.patch
libs/zmq/patches/050-nanosleep.patch [new file with mode: 0644]